time.Location.zone (field)
18 uses
time (current package)
zoneinfo.go#L21: zone []zone
zoneinfo.go#L129: zone: []zone{{name, offset, false}},
zoneinfo.go#L134: l.cacheZone = &l.zone[0]
zoneinfo.go#L148: if len(l.zone) == 0 {
zoneinfo.go#L167: zone := &l.zone[l.lookupFirstZone()]
zoneinfo.go#L196: zone := &l.zone[tx[lo].index]
zoneinfo.go#L236: if len(l.tx) > 0 && l.zone[l.tx[0].index].isDST {
zoneinfo.go#L238: if !l.zone[zi].isDST {
zoneinfo.go#L245: for zi := range l.zone {
zoneinfo.go#L246: if !l.zone[zi].isDST {
zoneinfo.go#L617: for i := range l.zone {
zoneinfo.go#L618: zone := &l.zone[i]
zoneinfo.go#L628: for i := range l.zone {
zoneinfo.go#L629: zone := &l.zone[i]
zoneinfo_read.go#L317: l := &Location{zone: zones, tx: tx, name: name, extend: extend}
zoneinfo_read.go#L326: l.cacheZone = &l.zone[tx[i].index]
zoneinfo_read.go#L336: if zoneIdx := findZone(l.zone, name, offset, isDST); zoneIdx != -1 {
zoneinfo_read.go#L337: l.cacheZone = &l.zone[zoneIdx]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |